Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ReturnEventArgs<T> Class / ReturnEventArgs<T> Constructor / ReturnEventArgs<T> Constructor(T)
The value to be returned.


In This Topic
    ReturnEventArgs<T> Constructor(T)
    In This Topic
    Initializes a new instance of the ReturnEventArgs<T> class with the return value.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal result As T _
    )
    'Usage
     
    
    Dim result As T
     
    Dim instance As New ReturnEventArgs(Of T)(result)
    public ReturnEventArgs<T>( 
       T result
    )

    Parameters

    result
    The value to be returned.
    See Also